Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 3 - Image Compression Manager / Image Compression Manager Reference
Image Compression Manager Functions / Getting Information About Compressor Components


CodecManagerVersion

Your application can determine the version of the installed Image Compression Manager by calling the CodecManagerVersion function.

pascal OSErr CodecManagerVersion (long *version);
version
Contains a pointer to a long integer that is to receive the version information. The Image Compression Manager returns its version number into this location. The version number is a long integer value.
DESCRIPTION
The CodecManagerVersion function returns the version information as a long integer value.

RESULT CODES
noErr0No error
SEE ALSO
"Getting Information About Compressors and Compressed Data," which begins on page 3-16, describes how to use CodecManagerVersion.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996